﻿2026-07-11T01:26:36.0156172Z ##[group]Run actions/checkout@v5
2026-07-11T01:26:36.0156877Z with:
2026-07-11T01:26:36.0157343Z   repository: SaberMage/spt-core
2026-07-11T01:26:36.0160590Z   token: ***
2026-07-11T01:26:36.0161133Z   ssh-strict: true
2026-07-11T01:26:36.0161668Z   ssh-user: git
2026-07-11T01:26:36.0162170Z   persist-credentials: true
2026-07-11T01:26:36.0162672Z   clean: true
2026-07-11T01:26:36.0163147Z   sparse-checkout-cone-mode: true
2026-07-11T01:26:36.0163710Z   fetch-depth: 1
2026-07-11T01:26:36.0164187Z   fetch-tags: false
2026-07-11T01:26:36.0164630Z   show-progress: true
2026-07-11T01:26:36.0165145Z   lfs: false
2026-07-11T01:26:36.0165649Z   submodules: false
2026-07-11T01:26:36.0166137Z   set-safe-directory: true
2026-07-11T01:26:36.0216354Z env:
2026-07-11T01:26:36.0216902Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-11T01:26:36.0217402Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-11T01:26:36.0217861Z ##[endgroup]
2026-07-11T01:26:36.0982250Z Syncing repository: SaberMage/spt-core
2026-07-11T01:26:36.0983880Z ##[group]Getting Git version info
2026-07-11T01:26:36.0984536Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-11T01:26:36.0985442Z [command]/usr/bin/git version
2026-07-11T01:26:36.1004234Z git version 2.43.0
2026-07-11T01:26:36.1024429Z ##[endgroup]
2026-07-11T01:26:36.1035895Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/85ce7fe0-ad1b-4cba-93f0-9f1df5882c4e' before making global git config changes
2026-07-11T01:26:36.1037838Z Adding repository directory to the temporary git global config as a safe directory
2026-07-11T01:26:36.1039408Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-11T01:26:36.1070687Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-11T01:26:36.1089116Z https://github.com/SaberMage/spt-core
2026-07-11T01:26:36.1099157Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-11T01:26:36.1101622Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-11T01:26:36.1118474Z HEAD
2026-07-11T01:26:36.1150526Z ##[endgroup]
2026-07-11T01:26:36.1151061Z [command]/usr/bin/git submodule status
2026-07-11T01:26:36.1330410Z ##[group]Cleaning the repository
2026-07-11T01:26:36.1333164Z [command]/usr/bin/git clean -ffdx
2026-07-11T01:26:36.1362124Z Removing traceable-reqs
2026-07-11T01:26:36.1368206Z [command]/usr/bin/git reset --hard HEAD
2026-07-11T01:26:36.1426105Z HEAD is now at 7a8d5c850 Merge 17dc68ea7d72e00d77bb9ff0622028dd5f9fa878 into 53b1d59e1e0bcdd3c5e3aa501015e879fceba179
2026-07-11T01:26:36.1432502Z ##[endgroup]
2026-07-11T01:26:36.1433866Z ##[group]Disabling automatic garbage collection
2026-07-11T01:26:36.1436708Z [command]/usr/bin/git config --local gc.auto 0
2026-07-11T01:26:36.1461529Z ##[endgroup]
2026-07-11T01:26:36.1462270Z ##[group]Setting up auth
2026-07-11T01:26:36.1466855Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-11T01:26:36.1493294Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-11T01:26:36.1686097Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-11T01:26:36.1710827Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-11T01:26:36.1895797Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-11T01:26:36.1921311Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-11T01:26:36.2107610Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-11T01:26:36.2137343Z ##[endgroup]
2026-07-11T01:26:36.2138475Z ##[group]Fetching the repository
2026-07-11T01:26:36.2145252Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2eb1472fe221f98d349e86c62fb12267ffc8238f:refs/remotes/pull/83/merge
2026-07-11T01:26:36.6665482Z From https://github.com/SaberMage/spt-core
2026-07-11T01:26:36.6667884Z  * [new ref]             2eb1472fe221f98d349e86c62fb12267ffc8238f -> pull/83/merge
2026-07-11T01:26:36.6695572Z ##[endgroup]
2026-07-11T01:26:36.6696526Z ##[group]Determining the checkout info
2026-07-11T01:26:36.6697668Z ##[endgroup]
2026-07-11T01:26:36.6703038Z [command]/usr/bin/git sparse-checkout disable
2026-07-11T01:26:36.6741819Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-11T01:26:36.6766345Z ##[group]Checking out the ref
2026-07-11T01:26:36.6767758Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/83/merge
2026-07-11T01:26:36.7027813Z Previous HEAD position was 7a8d5c850 Merge 17dc68ea7d72e00d77bb9ff0622028dd5f9fa878 into 53b1d59e1e0bcdd3c5e3aa501015e879fceba179
2026-07-11T01:26:36.7031031Z HEAD is now at 2eb1472fe Merge c9ca08f081273a995adbe9c44d6e3f27d58a4a52 into a632e2b19802a82f72ad2523ea064e36aab423b1
2026-07-11T01:26:36.7039088Z ##[endgroup]
2026-07-11T01:26:36.7076948Z [command]/usr/bin/git log -1 --format=%H
2026-07-11T01:26:36.7105213Z 2eb1472fe221f98d349e86c62fb12267ffc8238f
